POST /Account/UpdateCustomAttributesForAccount/{id}/

Updates the custom attributes for the specified account.
 

Request

Method Request URI
POST /API/Account/UpdateCustomAttributesForAccount/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The account ID to be updated.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: customAttributes
Type: System.Collections.Generic.IList`1[Dundas.BI.WebApi.Models.CustomAttributeData]

Response

Response Body

A Dundas.BI.WebApi.Models.AccountData object containing the account data, or a status code indicating the problem.